Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

245
Views
How to hide Intellisense "based on recent edits" suggestions?

What the title says.

I don't mind them being in the "Error List" because they're only marked as "Messages" so they can easily be filtered, but I'd like to hide the dots in the code.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

To turn off the "Based on recent edits" stuff, go to turn off IntelliCode suggestions.

Per the docs:

If you wish to turn it off, choose Tools > Options, IntelliCode General tab, and then switch C# suggestions to Disabled

enter image description here

This will turn off "Based on Recent edits" while still leaving on the other stuff like code styles/autocomplete/etc.

over 4 years ago · Santiago Trujillo Report

0

How to hide Intellisense “based on recent edits” suggestions?

If you want to hide such suggestion in Intellisense(show as a dot), you should add this below on the top of every cs file:

#pragma warning disable xxx(suggestion ID)

Or use #pragma warning disable to disable every suggestion.

For an example, I have make a similar sample:

enter image description here

enter image description here

================================================================

And usually to remove that Intellisense Suggestion, you should enter Tools-->Options-->Text Editor-->C#-->Code Style and then find such suggestion message and change its Severity from Suggestion to Refactoring Only. With this, you could remove such Suggestion on Code Editor.

enter image description here

Since I did not know your specific suggestion message(based on recent edits) and the ID and also not sure whether such suggestion are in the Code Style menu, so I suggest you could try my first solution.

Note that: So far, no matter which way you suppress the suggestion, removing dot in the Code Editor will also remove the message in the Error List. They are unified, you cannot suppress the IntelliSense in the Code Editor and save the message in the Error List.

Besides, if you still want this,you could suggest a feature on our User Voice Forum.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!